﻿2026-07-23T18:00:48.8358900Z ##[group]Run actions/checkout@v5
2026-07-23T18:00:48.8360065Z with:
2026-07-23T18:00:48.8360263Z   repository: SaberMage/spt-shell-notify
2026-07-23T18:00:48.8360504Z   path: .adapter-notify
2026-07-23T18:00:48.8362265Z   token: ***
2026-07-23T18:00:48.8362440Z   ssh-strict: true
2026-07-23T18:00:48.8362603Z   ssh-user: git
2026-07-23T18:00:48.8362782Z   persist-credentials: true
2026-07-23T18:00:48.8362977Z   clean: true
2026-07-23T18:00:48.8363171Z   sparse-checkout-cone-mode: true
2026-07-23T18:00:48.8363381Z   fetch-depth: 1
2026-07-23T18:00:48.8363544Z   fetch-tags: false
2026-07-23T18:00:48.8363719Z   show-progress: true
2026-07-23T18:00:48.8363896Z   lfs: false
2026-07-23T18:00:48.8364053Z   submodules: false
2026-07-23T18:00:48.8364235Z   set-safe-directory: true
2026-07-23T18:00:48.8364439Z   allow-unsafe-pr-checkout: false
2026-07-23T18:00:48.8364645Z env:
2026-07-23T18:00:48.8364812Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-23T18:00:48.8365030Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-23T18:00:48.8365288Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-23T18:00:48.8365499Z ##[endgroup]
2026-07-23T18:00:49.0077901Z Syncing repository: SaberMage/spt-shell-notify
2026-07-23T18:00:49.0078498Z ##[group]Getting Git version info
2026-07-23T18:00:49.0078895Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-23T18:00:49.0087485Z [command]/usr/bin/git version
2026-07-23T18:00:49.0121607Z git version 2.43.0
2026-07-23T18:00:49.0138173Z ##[endgroup]
2026-07-23T18:00:49.0147344Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/91bf4881-70d1-43e4-9dcb-09c8ff1dbf4e' before making global git config changes
2026-07-23T18:00:49.0148056Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T18:00:49.0150639Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-23T18:00:49.0177314Z ##[group]Initializing the repository
2026-07-23T18:00:49.0180486Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-23T18:00:49.0227586Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-23T18:00:49.0228487Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-23T18:00:49.0228910Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-23T18:00:49.0229679Z hint: of your new repositories, which will suppress this warning, call:
2026-07-23T18:00:49.0229970Z hint: 
2026-07-23T18:00:49.0230190Z hint: 	git config --global init.defaultBranch <name>
2026-07-23T18:00:49.0230443Z hint: 
2026-07-23T18:00:49.0230676Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-23T18:00:49.0231049Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-23T18:00:49.0231349Z hint: 
2026-07-23T18:00:49.0231520Z hint: 	git branch -m <name>
2026-07-23T18:00:49.0236322Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-23T18:00:49.0262462Z ##[endgroup]
2026-07-23T18:00:49.0262838Z ##[group]Disabling automatic garbage collection
2026-07-23T18:00:49.0265119Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T18:00:49.0286144Z ##[endgroup]
2026-07-23T18:00:49.0286473Z ##[group]Setting up auth
2026-07-23T18:00:49.0291323Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T18:00:49.0313043Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T18:00:49.0516863Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T18:00:49.0541278Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T18:00:49.0727244Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T18:00:49.0754293Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T18:00:49.0942828Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T18:00:49.0972494Z ##[endgroup]
2026-07-23T18:00:49.0972827Z ##[group]Determining the default branch
2026-07-23T18:00:49.0975745Z Retrieving the default branch name
2026-07-23T18:00:49.6327688Z Default branch 'main'
2026-07-23T18:00:49.6328473Z ##[endgroup]
2026-07-23T18:00:49.6328897Z ##[group]Fetching the repository
2026-07-23T18:00:49.6332970Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-23T18:00:50.3268661Z From https://github.com/SaberMage/spt-shell-notify
2026-07-23T18:00:50.3269438Z  * [new branch]      main       -> origin/main
2026-07-23T18:00:50.3288625Z ##[endgroup]
2026-07-23T18:00:50.3288930Z ##[group]Determining the checkout info
2026-07-23T18:00:50.3291526Z ##[endgroup]
2026-07-23T18:00:50.3301366Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T18:00:50.3335942Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T18:00:50.3360808Z ##[group]Checking out the ref
2026-07-23T18:00:50.3363682Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-23T18:00:50.3403747Z Switched to a new branch 'main'
2026-07-23T18:00:50.3404020Z branch 'main' set up to track 'origin/main'.
2026-07-23T18:00:50.3407925Z ##[endgroup]
2026-07-23T18:00:50.3440961Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T18:00:50.3464601Z ee2d37eadc730c0019e0af82d683074c509634a2
